From 9ba191f6eb7726fdda8809d9c2bf5b7c93d8c4b2 Mon Sep 17 00:00:00 2001 From: Ari Sundholm Date: Mon, 29 Sep 2014 13:09:37 +1000 Subject: [PATCH] generic/100: Don't use the -R option for tar It does not seem to be necessary and is not supported by busybox tar. Signed-off-by: Ari Sundholm Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- tests/generic/100 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/100 b/tests/generic/100 index 59b8e753..e5e819dc 100755 --- a/tests/generic/100 +++ b/tests/generic/100 @@ -73,7 +73,7 @@ _require_scratch # untar on f/s cd $TEST_DIR -tar -xRvf $TEMP_DIR/$TAR_FILE >>$seqres.full 2>&1 +tar -xvf $TEMP_DIR/$TAR_FILE >>$seqres.full 2>&1 cd $here # use diff -qr to compare -- 2.39.5