projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3be08
)
Testing: use standard IFS for test URLs
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 4 Nov 2009 11:56:39 +0000
(12:56 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 4 Nov 2009 11:56:39 +0000
(12:56 +0100)
Use standard IFS instead of new-line for testing. This allow us
to have multiple items on one line, thus ensuring that line #x is
test_#x in test result.
test/run_pazpar2.sh
patch
|
blob
|
history
diff --git
a/test/run_pazpar2.sh
b/test/run_pazpar2.sh
index
858bd45
..
544dc98
100755
(executable)
--- a/
test/run_pazpar2.sh
+++ b/
test/run_pazpar2.sh
@@
-69,10
+69,6
@@
fi
# We can start test for real
-oIFS="$IFS"
-IFS='
-'
-
testno=1
for f in `cat ${srcdir}/${URLS}`; do
if echo $f | grep '^http' >/dev/null; then
@@
-121,7
+117,6
@@
for f in `cat ${srcdir}/${URLS}`; do
exit 1
fi
done
-IFS="$oIFS"
# Kill programs