]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex
verify_dentry()
[wimlib] / tests / test-imagex
index 9a7f4f0949b2a98735b7228a51191fe9b48934e9..f1f2154ad70ed2d81a584d69820271b6fac3839b 100755 (executable)
@@ -260,7 +260,7 @@ if imagex append SOME_NONEXISTENT_FILE dir.wim; then
 fi
 echo "Testing appending directory containing unreadable file (should generate errors)"
 mkdir -p dir3
-touch dir3/file
+echo 1 > dir3/file
 chmod -r dir3/file
 if imagex append dir3 dir.wim; then
        error "Incorrectly succeeded in capturing directory with unreadable file"