File: last-postmask-test.sh

package info (click to toggle)
last-align 1651-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,692 kB
  • sloc: cpp: 44,419; python: 5,217; ansic: 1,938; sh: 710; makefile: 457
file content (20 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh

try () {
    echo TEST "$@"
    eval "$@"
    echo
}

cd $(dirname $0)

PATH=../bin:$PATH

{
    try last-postmask 102.maf
    try last-postmask 90089.maf

    try "sed 's/humdb/h/' ../examples/myalns.maf | last-postmask"

} 2>&1 |
diff -u $(basename $0 .sh).out -