From caa79406aa3d9aac512ad5a32968398cb1c2dde0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 Nov 2009 18:41:22 -0500 Subject: tests: fix POSIX shell source style The source command does not search $PWD, and bash recently fixed itself to follow this behavior for /bin/sh. Signed-off-by: Mike Frysinger --- testsuite/sort.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/sort.tests') diff --git a/testsuite/sort.tests b/testsuite/sort.tests index 627ca51f8..5ed29fb12 100755 --- a/testsuite/sort.tests +++ b/testsuite/sort.tests @@ -1,10 +1,10 @@ -#!/bin/bash +#!/bin/sh # SUSv3 compliant sort tests. # Copyright 2005 by Rob Landley # Licensed under GPL v2, see file LICENSE for details. -. testing.sh +. ./testing.sh # The basic tests. These should work even with the small busybox. -- cgit v1.2.3