From b756ab48aa1ca3e55b0571dc90a752e8aee2eaf6 Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Mon, 8 Aug 2022 16:02:15 -0700 Subject: [PATCH] Remove nearly duplicte file --- scripts/test | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 scripts/test diff --git a/scripts/test b/scripts/test deleted file mode 100755 index cc242cd..0000000 --- a/scripts/test +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -set -ex - -(cd ./scripts/test-golang118 && ./test.sh) -(cd ./scripts/test-golang119 && ./test.sh)