Skip to content

Commit 5dcfef7

Browse files
committed
Update unit-test.sh
1 parent 7674141 commit 5dcfef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ LOCATION=$(mount | grep "$DEVICE" | sed -r 's/^.* on (.+) type udf .*$/\1/')
8383

8484

8585
# verify the file still readable after having remounted
86-
diff -s $TESTDATA_FILE "$LOCATION/$TESTDATA_DIR/$TESTDATA_FILE"
86+
sudo diff -s $TESTDATA_FILE "$LOCATION/$TESTDATA_DIR/$TESTDATA_FILE"
8787

8888

8989
# unmount image

0 commit comments

Comments
 (0)