From 1d9fe6093125be143fde351305214051afc5ec3b Mon Sep 17 00:00:00 2001 From: pixdamix@gmail.com Date: Thu, 19 Jan 2012 08:51:59 -0500 Subject: testcase displaying the loss of the auto-installed flag git-svn-id: http://opkg.googlecode.com/svn/trunk@634 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'tests/regress/Makefile') diff --git a/tests/regress/Makefile b/tests/regress/Makefile index 4280473..0accb31 100644 --- a/tests/regress/Makefile +++ b/tests/regress/Makefile @@ -2,7 +2,8 @@ PYTHON=/usr/bin/python3 REGRESSION_TESTS=issue26.py issue31.py issue45.py issue46.py \ issue50.py issue51.py issue55.py issue58.py \ issue72.py issue79.py issue84.py issue85.py \ - filehash.py + filehash.py \ + update_loses_autoinstalled_flag.py regress: @for test in $(REGRESSION_TESTS); do \ -- cgit v0.9.1