diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-14 11:03:53 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-14 11:03:53 +0100 |
commit | 2674291c3389fcde8c7206f858df12d66f123837 (patch) | |
tree | 89c1ee80ae72e70737cf8720d71e5d8b59733ec8 | |
parent | de736a2222a4ffe7dfb82b60ba2fa10192548a31 (diff) | |
download | automake-2674291c3389fcde8c7206f858df12d66f123837.tar.gz automake-2674291c3389fcde8c7206f858df12d66f123837.tar.bz2 automake-2674291c3389fcde8c7206f858df12d66f123837.zip |
fixup: source 'test-init.sh', not './defs', in a test
* t/pkg-config-macros.sh: Here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rwxr-xr-x | t/pkg-config-macros.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pkg-config-macros.sh b/t/pkg-config-macros.sh index 06a65e35e..e2bf638f4 100755 --- a/t/pkg-config-macros.sh +++ b/t/pkg-config-macros.sh @@ -17,7 +17,7 @@ # Try to find the pkg-config '.m4' files and make them easily accessed # to the test cases requiring them. -. ./defs || exit 1 +. test-init.sh echo "# Automatically generated by $me." > get.sh echo : >> get.sh |