From 270fe8587347e0746baab3a750a64b14fb29e15d Mon Sep 17 00:00:00 2001
From: Anh <zenpoems@gmail.com>
Date: Mon, 11 Feb 2019 18:44:38 -0800
Subject: [PATCH] Remove duplicate dom graph config

Former-commit-id: dca7d97cc164a6609a0d2caa0a307c0faef219a0
---
 tests/test_cmds.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh
index 5ce40763e..990226e0d 100755
--- a/tests/test_cmds.sh
+++ b/tests/test_cmds.sh
@@ -105,9 +105,6 @@ do_tests()
 				zafl_fix_map)
 					zafl.sh $progpath $protected --rida -m --tempdir $temp_dir > test_${prog}.ps.log 2>&1
 				;;
-				zafl_dom)
-					zafl.sh $progpath $protected --rida -d --tempdir $temp_dir > test_${prog}.ps.log 2>&1
-				;;
 				zipr)
 					$PSZ $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1
 				;;
-- 
GitLab