From d6ca1ec176c38ba3e57246aabd55ce20b4e971cf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 17 Jul 2007 16:47:43 -0400 Subject: tests: use relative paths when sourcing files The "." command will search $PATH before $PWD if the argument specified contains no path qualifiers which can cause problems if you happen to have something in $PATH named the same. The attached patch changes all of the ". " in the tests subdir. Signed-off-by: Mike Frysinger --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run.sh') diff --git a/tests/run.sh b/tests/run.sh index 51b7f7383..a731cc1b3 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -. commands.sh +. ./commands.sh echo echo "------------------ Utils-linux-ng regression tests ------------------" -- cgit v1.2.3-55-g7522