From 00a309823501317f9061a28e98cc13177bc4a12a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 May 2008 13:45:44 +0200 Subject: in 280+ tests/* files, use $srcdir, not $top_srcdir/tests --- tests/rm/interactive-always | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm/interactive-always') diff --git a/tests/rm/interactive-always b/tests/rm/interactive-always index a6d08f3ba..382cc6ff1 100755 --- a/tests/rm/interactive-always +++ b/tests/rm/interactive-always @@ -23,7 +23,7 @@ if test "$VERBOSE" = yes; then rm --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh touch file1-1 file1-2 file2-1 file2-2 file3-1 file3-2 file4-1 file4-2 \ || framework_failure -- cgit v1.2.3-54-g00ecf