[Frugalware-git] frugalware-current: tests: fix all include for bash4
Miklos Vajna
vmiklos at frugalware.org
Mon Nov 21 09:48:22 CET 2011
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8b19e6767468b50b9b2c80c39d743d25eed02477
commit 8b19e6767468b50b9b2c80c39d743d25eed02477
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Mon Nov 21 09:47:14 2011 +0100
tests: fix all include for bash4
diff --git a/t/missing-clean.sh b/t/missing-clean.sh
index 4686962..6379e67 100644
--- a/t/missing-clean.sh
+++ b/t/missing-clean.sh
@@ -21,7 +21,7 @@
# USA.
#
-. functions.sh
+. ./functions.sh
. /etc/makepkg.conf
. /usr/lib/frugalware/fwmakepkg
diff --git a/t/srcjunk b/t/srcjunk
index c69f1ec..c370d7e 100755
--- a/t/srcjunk
+++ b/t/srcjunk
@@ -8,7 +8,7 @@ fi
# fake variable for fwmakepkg
CHROOT=1
-. functions.sh
+. ./functions.sh
. /etc/makepkg.conf
. /usr/lib/frugalware/fwmakepkg
diff --git a/t/srcmissing b/t/srcmissing
index e9881c8..9e1c7de 100755
--- a/t/srcmissing
+++ b/t/srcmissing
@@ -3,7 +3,7 @@
# fake variable for fwmakepkg
CHROOT=1
-. functions.sh
+. ./functions.sh
. /etc/makepkg.conf
. /usr/lib/frugalware/fwmakepkg
More information about the Frugalware-git
mailing list