aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0032-reftable-unittest.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0032-reftable-unittest.sh')
-rwxr-xr-xt/t0032-reftable-unittest.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/t/t0032-reftable-unittest.sh b/t/t0032-reftable-unittest.sh
deleted file mode 100755
index 471cb37ac2..0000000000
--- a/t/t0032-reftable-unittest.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-#
-# Copyright (c) 2020 Google LLC
-#
-
-test_description='reftable unittests'
-
-TEST_PASSES_SANITIZE_LEAK=true
-. ./test-lib.sh
-
-test_expect_success 'unittests' '
- TMPDIR=$(pwd) && export TMPDIR &&
- test-tool reftable
-'
-
-test_done