commit | 3d404b4763c396c59b3c8fe05b0aa47a79445ba5 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jul 08 21:59:16 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jul 08 21:59:16 2015 +0100 |
tree | 1b9230cb82a84de242c0a7d565f9e9ed961b6a8b | |
parent | 89eb1970e9b0fd6c80ab1816144c22516662dc76 [diff] [blame] |
Simplify some scripts ssl-opt.sh and compat.sh can now be run from root too
diff --git a/tests/scripts/test-ref-configs.pl b/tests/scripts/test-ref-configs.pl index 2343965..1c973eb 100755 --- a/tests/scripts/test-ref-configs.pl +++ b/tests/scripts/test-ref-configs.pl
@@ -65,7 +65,7 @@ if( $args ) { print "\nrunning compat.sh $args\n"; - system( "cd tests && ./compat.sh $args" ) + system( "tests/compat.sh $args" ) and abort "Failed compat.sh: $conf\n"; } else