runc/libcontainer/integration
Danail Branekov fdbb9e3e55 Avoid disk usage explosion when copying busybox
When running runc tests with temp directory with size 500M copying
busybox without preserving hardlinks causes the folder to inflate to
roughly 330M. Copying busybox twice in certain tests causes the /tmp
directory to overfill. Using `-a` preserves links which busybox uses to
implement its choice of binary to run.

Signed-off-by: Tom Godkin <tgodkin@pivotal.io>
2017-11-01 09:52:05 +00:00
..
checkpoint_test.go libcontainer/system/proc: Add Stat_t.State 2017-06-20 16:26:55 -07:00
doc.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
exec_test.go libcontainer: handle error cases 2017-07-28 15:13:11 +02:00
execin_test.go Set ClearONLCR in tests 2017-09-25 13:35:22 -04:00
init_test.go Updated logrus to v1 2017-07-19 15:20:56 +00:00
seccomp_test.go Fix breaking change in Seccomp profile behavior 2017-10-18 11:53:56 -04:00
template_test.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
utils_test.go Avoid disk usage explosion when copying busybox 2017-11-01 09:52:05 +00:00