File: smoke-setup

package info (click to toggle)
libfile-wildcard-perl 0.11-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: perl: 379; sh: 5; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# t/02_derived.t wants to find (only) certain files in blib and lib
rm -rf $TDIR/blib/lib
cp -r lib $TDIR/blib
rm -rf $TDIR/lib
cp -r lib $TDIR
# needed by t/05_symlink.t
cp Changes $TDIR