File: control

package info (click to toggle)
codegroup 20080907%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: ansic: 520; makefile: 88; sh: 9
file content (10 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Test-Command: codegroup -usage 2>&1 | grep Call -A 1

Test-Command: msg="This is a message to encode/decode.";
              fout="$AUTOPKGTEST_TMP/out";
              echo "$msg" > $fout.text;
              echo "$msg" | codegroup -e > $fout.5l;
              codegroup -d $fout.5l $fout.dec;
              cmp -s $fout.text $fout.dec

Tests: enc-dec-files.sh