diff options
Diffstat (limited to 'scripts/test/sort.test')
-rwxr-xr-x | scripts/test/sort.test | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/test/sort.test b/scripts/test/sort.test index 389b9fd7..cb82dc07 100755 --- a/scripts/test/sort.test +++ b/scripts/test/sort.test @@ -1,10 +1,9 @@ #!/bin/bash -# SUSv3 compliant sort tests. -# Copyright 2005 by Rob Landley <rob@landley.net> -# Licensed under GPL v2, see file LICENSE for details. +# SUSv4 compliant sort tests. +# Copyright 2005, 2012 by Rob Landley <rob@landley.net> -. testing.sh +[ -f testing.sh ] && . testing.sh # The basic tests. These should work even with the small config. |