summaryrefslogtreecommitdiffhomepage
path: root/runsc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/BUILD')
-rw-r--r--runsc/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/BUILD b/runsc/BUILD
index 44a325b6f..5e7dacb87 100644
--- a/runsc/BUILD
+++ b/runsc/BUILD
@@ -104,7 +104,7 @@ pkg_deb(
sh_test(
name = "version_test",
- data = [":runsc"],
size = "small",
srcs = ["version_test.sh"],
+ data = [":runsc"],
)