File: testsuite

package info (click to toggle)
mp4h 1.3.1-17
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 4,744 kB
  • sloc: ansic: 22,107; sh: 8,204; makefile: 622; yacc: 318
file content (10 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

sed -e 's:program=../../src/mp4h:program=/usr/bin/mp4h:' -i tests/test.sh
sed -e 's:unable to determine terminal sequence for bold mode" 1>\&2:unable to determine terminal sequence for bold mode":' -i shtool

set -e 
cd tests/
./test.sh
sed -e 's:program=/usr/bin/mp4h:program=../../src/mp4h:' -i test.sh
sed -e 's:unable to determine terminal sequence for bold mode":unable to determine terminal sequence for bold mode" 1>\&2:' -i ../shtool