]> wimlib.net Git - wimlib/blobdiff - tools/test-examples.sh
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / tools / test-examples.sh
index 8e4ac66fc7e21d8c3fb46356984d897ebc18c14b..f3a93f932ab9e4b2d63cac2ede02702f06f3cb7a 100755 (executable)
@@ -21,7 +21,7 @@ tmpdir="$(mktemp -d)"
 tmpfile="$(mktemp)"
 tmpfile2="$(mktemp)"
 
-trap "rm -rf \"$tmpdir\" \"$tmpfile\" \"$tmpfile2\"" EXIT
+trap 'rm -rf "$tmpdir" "$tmpfile" "$tmpfile2"' EXIT
 
 do_test() {
        rm -rf "$tmpdir"