From 235789a25a0a7a253c21411a4e3306471894f1cf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 30 May 2005 06:23:50 +0000 Subject: r7090: added back in the showvars test (This used to be commit 90b50ed983dd1d6aa4f80e38622d1e7dba13b49a) --- swat/esptest/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swat') diff --git a/swat/esptest/menu.js b/swat/esptest/menu.js index 3b16824fad..3792d30943 100644 --- a/swat/esptest/menu.js +++ b/swat/esptest/menu.js @@ -7,5 +7,5 @@ simple_menu( "session variables", "/esptest/session.esp", "loadparm access", "/esptest/loadparm.esp", "exception handling", "/esptest/exception.esp", - ); + "environment variables", "/esptest/showvars.esp"); -- cgit