File: cz_program_fs_tests.sh

package info (click to toggle)
elektroid 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,236 kB
  • sloc: ansic: 33,475; sh: 582; makefile: 394; xml: 78
file content (14 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

#ls /
[ $($ecli cz:program:ls $TEST_DEVICE:/ | wc -l) -ne 3 ] && exit 1

#panel id (1 based)
$ecli cz:program:dl $TEST_DEVICE:/97
err=$?
rm *.syx
[ $err -ne 0 ] && exit $err

$srcdir/integration/generic_fs_tests.sh cz program /internal 16 "/internal/0 /internal/17" /internal/16 ""

exit $?