From b3b4be2b03b6d2b6033577fdcadcc457b3320d08 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 26 May 2004 07:35:54 +0000 Subject: [PATCH] Mathieu Doidy: Fixed tla (head -4) [2004052412374916123] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3138 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/mnemoc/tla/head4.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/mnemoc/tla/head4.patch diff --git a/package/mnemoc/tla/head4.patch b/package/mnemoc/tla/head4.patch new file mode 100644 index 000000000..318bdce50 --- /dev/null +++ b/package/mnemoc/tla/head4.patch @@ -0,0 +1,11 @@ +--- ./src/tla/tests/test-dir-regexps.sh 2004-01-22 04:08:02.000000000 +0100 ++++ /tmp/tmp.vIxwK26605 2004-05-24 12:34:14.000000000 +0200 +@@ -36,7 +36,7 @@ + echo "unrecognized ^attrapca$" > .arch-inventory + test "$(echo $(tla inventory -u))" = "@rapca attrapca" + echo "source ^@.*$" > .arch-inventory +-test "$(echo $(tla inventory -s --all | head -4))" = \ ++test "$(echo $(tla inventory -s --all | head -n 4))" = \ + ".arch-ids/.arch-inventory.id .arch-inventory @rapca attrapca" + end_test +