File: test.test_handling

package info (click to toggle)
shellia 5.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 792 kB
  • sloc: sh: 7,840; makefile: 34
file content (5 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
for i in "busybox sh" bash dash mksh posh; do
  echo "--- $i ---"
  eval "/bin/$i ./test_handling"
done