We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7674141 commit 5dcfef7Copy full SHA for 5dcfef7
unit-test.sh
@@ -83,7 +83,7 @@ LOCATION=$(mount | grep "$DEVICE" | sed -r 's/^.* on (.+) type udf .*$/\1/')
83
84
85
# verify the file still readable after having remounted
86
-diff -s $TESTDATA_FILE "$LOCATION/$TESTDATA_DIR/$TESTDATA_FILE"
+sudo diff -s $TESTDATA_FILE "$LOCATION/$TESTDATA_DIR/$TESTDATA_FILE"
87
88
89
# unmount image
0 commit comments