diff --git a/test/run_travis.sh b/test/run_travis.sh index 12557f5e0219..5f01cca66a56 100755 --- a/test/run_travis.sh +++ b/test/run_travis.sh @@ -38,7 +38,7 @@ elif [ "$TEST" == "unittests" ]; then elif [ "$TEST" == "validations" ] || [ "$TEST" == "fetch" ] || [ "$TEST" == "preloaded" ]; then # Folder paths, relative to parent - RULESETFOLDER="${toplevel}/src/chrome/content/rules" + RULESETFOLDER="src/chrome/content/rules" # Go to git repo root; taken from ../test.sh. Note that # $GIT_DIR is .git in this case.