From: Jim Meyering Date: Sat, 29 Aug 2009 06:31:26 +0000 (+0200) Subject: tests: cp/reflink-auto guard against a pathological $TMPDIR X-Git-Tag: v7.6~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c497c6c2d8f917ec88292f3952c28f5fd4d7a86;p=thirdparty%2Fcoreutils.git tests: cp/reflink-auto guard against a pathological $TMPDIR * tests/cp/reflink-auto: Add quotes. --- diff --git a/tests/cp/reflink-auto b/tests/cp/reflink-auto index ff2b1b39b6..d1f6b2bca9 100755 --- a/tests/cp/reflink-auto +++ b/tests/cp/reflink-auto @@ -26,7 +26,7 @@ fi cleanup_() { rm -rf "$other_partition_tmpdir"; } . "$abs_srcdir/other-fs-tmpdir" a_other="$other_partition_tmpdir/a" -rm -f $a_other || framework_failure +rm -f "$a_other" || framework_failure echo non_zero_size > "$a_other"