From 6c497c6c2d8f917ec88292f3952c28f5fd4d7a86 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 29 Aug 2009 08:31:26 +0200 Subject: tests: cp/reflink-auto guard against a pathological $TMPDIR * tests/cp/reflink-auto: Add quotes. --- tests/cp/reflink-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp/reflink-auto') diff --git a/tests/cp/reflink-auto b/tests/cp/reflink-auto index ff2b1b39b..d1f6b2bca 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" -- cgit v1.2.3-54-g00ecf