aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/runtest/run.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/runtest/run.go b/pkg/runtest/run.go
index 87634a3dc..c040f3481 100644
--- a/pkg/runtest/run.go
+++ b/pkg/runtest/run.go
@@ -299,6 +299,7 @@ func parseProg(target *prog.Target, dir, filename string) (*prog.Prog, map[strin
"ENOMEM": 12,
"EACCES": 13,
"EFAULT": 14,
+ "EXDEV": 18,
"EINVAL": 22,
"ENOTTY": 25,
"EOPNOTSUPP": 95,