From df22227419f425ae870c9164a2676f8a34fe5b3f Mon Sep 17 00:00:00 2001
From: Anh <zenpoems@gmail.com>
Date: Wed, 30 Jan 2019 09:35:18 -0800
Subject: [PATCH] Add zafl fix_map config

Former-commit-id: 6c9f048c9e48ba0d995ff085995cea7fd7f6a51f
---
 tests/test_cmds.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh
index c442e9f4a..587c817d8 100755
--- a/tests/test_cmds.sh
+++ b/tests/test_cmds.sh
@@ -93,6 +93,9 @@ do_tests()
 				zafl_rida)
 					zafl.sh $progpath $protected --rida --tempdir $temp_dir > test_${prog}.ps.log 2>&1
 				;;
+				zafl_fix_map)
+					zafl.sh $progpath $protected --rida -m --tempdir $temp_dir > test_${prog}.ps.log 2>&1
+				;;
 				zipr)
 					$PSZ $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1
 				;;
-- 
GitLab