From 53d36aaf9a856f523bd52de479a88f14338edda3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 13 Sep 2007 08:44:26 +0200 Subject: Adapt tests/tail-2/ to use test-lib.sh. --- tests/tail-2/proc-ksyms | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests/tail-2/proc-ksyms') diff --git a/tests/tail-2/proc-ksyms b/tests/tail-2/proc-ksyms index 1e5855962..4a1a17662 100755 --- a/tests/tail-2/proc-ksyms +++ b/tests/tail-2/proc-ksyms @@ -1,7 +1,7 @@ #!/bin/sh # Prior to textutils-2.0.17, `tail /proc/ksyms' would segfault on Linux. -# Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2001, 2004, 2006-2007 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,10 +21,7 @@ if test "$VERBOSE" = yes; then tail --version fi -pwd=`pwd` -tmp=proc-ksyms.$$ -trap 'status=$?; cd "$pwd" && rm -rf $tmp && exit $status' 0 -trap '(exit $?); exit' 1 2 13 15 +. $srcdir/../test-lib.sh fail=0 -- cgit v1.2.3-54-g00ecf