mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
494 B

  1. --- ./src/tla/tests/test-dir-regexps.sh 2004-01-22 04:08:02.000000000 +0100
  2. +++ /tmp/tmp.vIxwK26605 2004-05-24 12:34:14.000000000 +0200
  3. @@ -36,7 +36,7 @@
  4. echo "unrecognized ^attrapca$" > .arch-inventory
  5. test "$(echo $(tla inventory -u))" = "@rapca attrapca"
  6. echo "source ^@.*$" > .arch-inventory
  7. -test "$(echo $(tla inventory -s --all | head -4))" = \
  8. +test "$(echo $(tla inventory -s --all | head -n 4))" = \
  9. ".arch-ids/.arch-inventory.id .arch-inventory @rapca attrapca"
  10. end_test