aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/actions/test.bash')
-rw-r--r--lib/actions/test.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/test.bash b/lib/actions/test.bash
index 5b1fa0e..15b6e46 100644
--- a/lib/actions/test.bash
+++ b/lib/actions/test.bash
@@ -117,7 +117,7 @@ action_test_spectest() {
# Grab the source files
cp -R -- "$source/." "$destination"
- chgdir "$destination"
+ chgdir "$destination/rakudo-$(config_etc_kv "fetch_core.txt" "rakudo_version")"
# Run the spectest
perl Configure.pl --prefix="$RSTAR_PREFIX"