File: setup-test-data

package info (click to toggle)
schroot 1.6.4-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,684 kB
  • sloc: cpp: 21,427; sh: 12,516; makefile: 829; ansic: 231; 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