X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=f98d76c741e4dd6aa54e30639585d03a793a6c4a;hb=ac03b19b1693fbb7b1d558989ac81c79ed1284ae;hp=9c6516e2abdd9500848263f324dd7afbe8246829;hpb=b59e841036a107b52a0221e48d7e05f86da92979;p=paraslash.git diff --git a/t/test-lib.sh b/t/test-lib.sh index 9c6516e2..f98d76c7 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1,9 +1,8 @@ #!/bin/bash -# paraslash test suite helper functions -# Licensed under the GPL v2. For licencing details see COPYING. -# uses ideas and code from git's test-lib.sh, Copyright (c) 2005 Junio C Hamano - +# Test suite helper functions, uses ideas and code from git's test-lib.sh, +# Copyright (c) 2005 Junio C Hamano. Licensed under the GPL v2, see file +# COPYING. get_audio_file_paths() { @@ -280,7 +279,7 @@ fixup_dirs() [[ -z "$o_trash_dir" ]] && o_trash_dir="$test_dir/trashes" [[ -z "$o_man_dir" ]] && o_man_dir="$test_dir/../build/man/man1" - # we want alsolute paths because relative paths become invalid + # we want absolute paths because relative paths become invalid # after changing to the trash dir [[ -n "${o_results_dir##/*}" ]] && o_results_dir="$wd/$o_results_dir" [[ -n "${o_executables_dir##/*}" ]] && o_executables_dir="$wd/$o_results_dir"