summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2017-05-04 18:58:39 -0700
committerStephane Peter <megastep@megastep.org>2017-05-04 18:58:39 -0700
commit9570fd289d8b85cbdb61dd5df6304a533835aa93 (patch)
tree4d93b0e179fed98fa2783f4f3f0827587c46e7a1 /test
parent4f8ea281706f09b871ca5eff5d137f3156807ae5 (diff)
downloadmakeself-9570fd289d8b85cbdb61dd5df6304a533835aa93.tar.gz
Fixed testDateSet
Diffstat (limited to 'test')
-rwxr-xr-xtest/datetest1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/datetest b/test/datetest
index 2f0de4c..f26e367 100755
--- a/test/datetest
+++ b/test/datetest
@@ -56,7 +56,6 @@ testDateSet() {
# Validate
actual=`strings src.sh | grep "Date of packaging"`
echo "actual="${actual}
- expected=`date +"%b"`
if [[ ${actual} == *${expected}* ]]
then
echo date set found