Move configs to 'configs/' and activate-config.pl should be called from root
diff --git a/tests/scripts/test-ref-configs.pl b/tests/scripts/test-ref-configs.pl
index 68a6a60..4577252 100755
--- a/tests/scripts/test-ref-configs.pl
+++ b/tests/scripts/test-ref-configs.pl
@@ -49,7 +49,7 @@
print "* Testing configuration: $conf\n";
print "******************************************\n";
- system( "cd scripts && ./activate-config.pl data_files/$conf" )
+ system( "scripts/activate-config.pl configs/$conf" )
and abort "Failed to activate $conf\n";
system( "make" ) and abort "Failed to build: $conf\n";