We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8554646 commit 4fb3c0cCopy full SHA for 4fb3c0c
test/unit/test-cmd-info-variables.sh.in
@@ -32,11 +32,12 @@ test_cmd_info_variables()
32
# FIXME try -x -i, and no options. try invalid opts
33
}
34
35
-if [ '/src/external-vcs/sourceforge/bashdb' = '' ] ; then
36
- echo "Something is wrong: abs_top_srcdir is not set."
+abs_top_srcdir=@abs_top_srcdir@
+if [ ! -d $abs_top_scrdir ] ; then
37
+ >&2 echo "Something is wrong in configuation: abs_top_srcdir is not set properly."
38
exit 1
39
fi
-abs_top_srcdir=/src/external-vcs/sourceforge/bashdb
40
+
41
# Make sure $abs_top_src has a trailing slash
42
abs_top_srcdir=${abs_top_srcdir%%/}/
43
. ${abs_top_srcdir}test/unit/helper.sh
0 commit comments