From 26b415c4781824ba022ecbd5d68a3dc6c4af1926 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Jul 08 2011 14:11:28 +0000 Subject: Fixed sort issue, 1-config does not follow 0-install --- diff --git a/runtests.sh b/runtests.sh index a6cfa1d..9e62ced 100755 --- a/runtests.sh +++ b/runtests.sh @@ -19,9 +19,9 @@ set -e set -u # process our test scripts -t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' -k3,3 -k4,4n) -t_Process <(/usr/bin/find ./tests/p_*/ -type f|sort -t'/' -k3,3 -k4,4n) -t_Process <(/usr/bin/find ./tests/r_*/ -type f|sort -t'/' -k3,3 -k4,4n) +t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' ) +t_Process <(/usr/bin/find ./tests/p_*/ -type f|sort -t'/' ) +t_Process <(/usr/bin/find ./tests/r_*/ -type f|sort -t'/' ) # and, we're done. t_Log "Finished."