[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:56 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=995d0df
The following commit has been merged in the master branch:
commit 995d0df060679801961d2cdc94b942f3103f44ee
Author: brad <chickb at gmail.com>
Date: Thu Jan 27 19:49:39 2005 +0000
Switched back to /bin/sh and fixed associated problem under cygwin
---
test/imagetest.sh | 8 +++++---
test/iotest.sh | 2 +-
test/iptctest.sh | 11 +++++++----
3 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/test/imagetest.sh b/test/imagetest.sh
index 36867ed..b443b8a 100755
--- a/test/imagetest.sh
+++ b/test/imagetest.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
# Test driver for image file i/o
eraseTest()
@@ -90,14 +90,16 @@ echo -n "Erase all tests"
for i in $test_files; do eraseTest $i; done
eraseTest "glider.exv" #extra test
-echo -ne "
Copy all tests"
+echo
+echo -n "Copy all tests"
c=0
for src in $test_files; do
c=`expr $c + 1`
for dst in $test_files; do copyTest $c $src $dst; done
done
-echo -ne "
Copy iptc tests"
+echo
+echo -n "Copy iptc tests"
c=0
for src in $test_files; do
c=`expr $c + 1`
diff --git a/test/iotest.sh b/test/iotest.sh
index c1eaecd..c56c372 100755
--- a/test/iotest.sh
+++ b/test/iotest.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
# Test driver for image file i/o
ioTest()
diff --git a/test/iptctest.sh b/test/iptctest.sh
index 98300fb..80c2b28 100755
--- a/test/iptctest.sh
+++ b/test/iptctest.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
# Test driver for Iptc metadata
printTest()
@@ -131,13 +131,16 @@ echo
echo -n "Read tests"
for i in $test_files; do printTest $i; done
-echo -ne "
Remove tests"
+echo
+echo -n "Remove tests"
for i in $test_files; do removeTest $i; done
-echo -ne "
Add/Mod tests"
+echo
+echo -n "Add/Mod tests"
for i in $test_files; do addModTest $i; done
-echo -ne "
Extended tests"
+echo
+echo -n "Extended tests"
for i in $test_files; do extendedTest $i; done
echo -e "
---------------------------------------------------------"
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list