File: setup-test-data

package info (click to toggle)
schroot 1.4.19-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,744 kB
  • ctags: 2,379
  • sloc: cpp: 19,880; sh: 11,479; makefile: 778; 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