source: trunk/debathena/third/schroot/test/setup-test-data @ 24167

Revision 24167, 160 bytes checked in by broder, 15 years ago (diff)
Import schroot upstream into subversion.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2# This script ensures that the test data is owned by root.
3
4rm -rf testdata
5mkdir testdata
6cp -r ${srcdir}/*.ex* testdata
7chown -R root:root testdata
Note: See TracBrowser for help on using the repository browser.