Browse Source

Mathieu Doidy:


			
			
				rocklinux
			
			
		
Mathieu 22 years ago
parent
commit
b3b4be2b03
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/mnemoc/tla/head4.patch

+ 11
- 0
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

Loading…
Cancel
Save