File: approve

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 (8 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

test="${1:?test}"

test_name=$(basename $test | sed 's/\..*//')

cp -v /tmp/adr-tools-build/tests/$test_name.output tests/$test_name.expected