source:
trunk/debathena/third/schroot/test/setup-test-data
@
24167
Revision 24167, 160 bytes checked in by broder, 15 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[24167] | 1 | #!/bin/sh |
2 | # This script ensures that the test data is owned by root. | |
3 | ||
4 | rm -rf testdata | |
5 | mkdir testdata | |
6 | cp -r ${srcdir}/*.ex* testdata | |
7 | chown -R root:root testdata |
Note: See TracBrowser
for help on using the repository browser.