From: Jim Meyering Date: Mon, 18 Jan 1999 18:33:58 +0000 (+0000) Subject: remove temporary files X-Git-Tag: TEXTUTILS-1_22h~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a1a846c49bbff1689422603410abf3367fdb66;p=thirdparty%2Fcoreutils.git remove temporary files --- diff --git a/tests/ln/backup-1 b/tests/ln/backup-1 index 40b09dc261..afb4a63d94 100755 --- a/tests/ln/backup-1 +++ b/tests/ln/backup-1 @@ -8,6 +8,8 @@ if test "$VERBOSE" = yes; then ln --version fi +trap "rm -rf a b b~" 0 1 2 3 15 + framework_failure=0 touch a b || framework_failure=1