[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.19-5-g9740319

Antti-Juhani Kaijanaho ajk at debian.org
Sat Oct 22 12:20:37 UTC 2011


The following commit has been merged in the master branch:
commit 7b3186259a35680cb7a2216246694a7349910732
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Sat Oct 22 15:20:16 2011 +0300

    Add a failing test for grep-dctrl -w
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/tests/0020.in b/tests/0020.in
new file mode 100644
index 0000000..3273150
--- /dev/null
+++ b/tests/0020.in
@@ -0,0 +1,4 @@
+Depends: foo, libprce3-dev, bar
+
+Depends: foo, libprce3, bar
+
diff --git a/tests/0020.out b/tests/0020.out
new file mode 100644
index 0000000..8f4885a
--- /dev/null
+++ b/tests/0020.out
@@ -0,0 +1,2 @@
+Depends: foo, libprce3, bar
+
diff --git a/tests/0019.sh b/tests/0020.sh
similarity index 56%
copy from tests/0019.sh
copy to tests/0020.sh
index 8425938..d7203d0 100644
--- a/tests/0019.sh
+++ b/tests/0020.sh
@@ -5,6 +5,6 @@ set -e
 LC_ALL=C
 export LC_ALL
 
-$GREP_DCTRL -PX foo
+$GREP_DCTRL -FDepends -w libprce3
 
 

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list