File: new-test

package info (click to toggle)
adr-tools 3.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 840 kB
  • sloc: sh: 580; makefile: 42
file content (5 lines) | stat: -rwxr-xr-x 124 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
set -e
touch tests/$1.{sh,expected}
${VISUAL:-${EDITOR:-true}} tests/$1.{sh,expected}
echo tests/$1.{sh,expected}