File: setup-test-data

package info (click to toggle)
schroot 1.2.2-0%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 21,912 kB
  • ctags: 10,843
  • sloc: cpp: 15,011; sh: 10,257; makefile: 543; perl: 108; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh
# This script ensures that the test data is owned by root.

rm -rf testdata
mkdir testdata
cp -r ${srcdir}/*.ex* testdata
chown -R root:root testdata