summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2007-04-11 00:17:12 +0100
committerAntti-Juhani Kaijanaho <ajk@debian.org>2007-04-11 00:17:12 +0100
commit42e50fb26c54b77a9d4060dfcc455acd1eb3e57d (patch)
tree2e896dbf3df3220731c0427cc5c2b92db39451ee /tests
parent3d719bfa34ba4fafbbd522255ff2b695760e2e40 (diff)
downloaddctrl-tools-42e50fb26c54b77a9d4060dfcc455acd1eb3e57d.tar.gz
grep-dctrl/grep-dctrl.c: fix GET_BACKUP_FIELD for (size_t)-1 on machines where sizeof(int) != sizeof(size_t)
Diffstat (limited to 'tests')
-rw-r--r--tests/0006.in5
-rw-r--r--tests/0006.sh5
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/0006.in b/tests/0006.in
new file mode 100644
index 0000000..b3940d6
--- /dev/null
+++ b/tests/0006.in
@@ -0,0 +1,5 @@
+Package: abiword-plugins-gnome
+Status: purge ok not-installed
+Priority: optional
+Section: gnome
+
diff --git a/tests/0006.sh b/tests/0006.sh
new file mode 100644
index 0000000..8e27229
--- /dev/null
+++ b/tests/0006.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+$GREP_DCTRL -sVersion -PX abiword-plugins-gnome \ No newline at end of file