From dbab362dcd28f011ee57737b6da533c4331089a5 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Sat, 23 Jan 2021 16:37:51 -0600 Subject: [PATCH] fix d test name --- lxc/test_all_lxc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/test_all_lxc b/lxc/test_all_lxc index 59bba84..b673e67 100755 --- a/lxc/test_all_lxc +++ b/lxc/test_all_lxc @@ -14,7 +14,7 @@ echo -n 'testing crystal = ' echo -n 'testing csharp = ' ../../cli/execute csharp csharp.cs echo -n 'testing d = ' -../../cli/execute d test.d +../../cli/execute d d.d echo -n 'testing dash = ' ../../cli/execute dash dash.sh echo -n 'testing deno = '