mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <ari@tuxera.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
a4b6920548
commit
9ba191f6eb
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user