diff options
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/tac-continue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/misc/tac-continue b/tests/misc/tac-continue index aa8f69d1e..0c1319404 100755 --- a/tests/misc/tac-continue +++ b/tests/misc/tac-continue @@ -38,8 +38,9 @@ if ! test -d "$FULL_PARTITION_TMPDIR"; then (exit 1); exit 1 fi - fp_tmp="$FULL_PARTITION_TMPDIR/tac-cont-$$" +cleanup_() { rm -f "$fp_tmp"; } + # Make sure we can create an empty file there (i.e. no shortage of inodes). if ! touch $fp_tmp; then echo "$0: $fp_tmp: cannot create empty file" 1>&2 |