Merge branch 'refs/heads/t/attribute_fix'
[paraslash.git] / t / test-lib.sh
index 0e702b53c9b4c4150418dc0e2a07e55949817b04..99e575d3b66d0f54e9746647eee1af4eba84fa2c 100644 (file)
@@ -272,7 +272,7 @@ fixup_dirs()
 {
        local wd=$(pwd)
 
-       test_dir="$wd/${0%/*}"
+       test_dir="$(realpath $wd/${0%/*})"
        test_audio_file_dir="$test_dir/audio_files"
 
        [[ -z "$o_results_dir" ]] && o_results_dir="$test_dir/test-results"