From: Ari Sundholm Date: Mon, 29 Sep 2014 03:09:37 +0000 (+1000) Subject: generic/100: Don't use the -R option for tar X-Git-Tag: v2022.05.01~3057 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9ba191f6eb7726fdda8809d9c2bf5b7c93d8c4b2;p=users%2Fhch%2Fxfstests-dev.git 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 --- diff --git a/tests/generic/100 b/tests/generic/100 index 59b8e7539..e5e819dc6 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